home *** CD-ROM | disk | FTP | other *** search
/ The Italian Job Press Kit / The Italian Job Press Kit.iso / pc / Program.dxr / Internal_12_Rez Checker.ls < prev    next >
Encoding:
Text File  |  2003-05-02  |  125 b   |  8 lines

  1. on enterFrame
  2.   if (the desktopRectList)[1] < rect(0, 0, 800, 600) then
  3.     go("RezMui")
  4.   else
  5.     go("start")
  6.   end if
  7. end
  8.